-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hal: renesas: rz: Initial support for I2C #55
hal: renesas: rz: Initial support for I2C #55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me.
5796545
to
247d994
Compare
@nhutnguyenkc , to get it merged, please resolve the conflict. |
|
||
#define RIIC_MASTER_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) | ||
#define RIIC_MASTER_CFG_DMAC_ENABLE (0) | ||
#define RIIC_MASTER_CFG_ADDR_MODE_10_BIT_ENABLE (0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nhutnguyenkc , is it for now I2C driver of RZ will not support the 10 bit addressing mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@duynguyenxa , thank you, it is already supported. I have enabled 10-bit addressing mode and already passed i2c test.
Initial HAL support for I2C Signed-off-by: Hoang Nguyen <hoang.nguyen.jx@bp.renesas.com> Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
247d994
to
9143133
Compare
@KhiemNguyenT , I have rebased to resolve the conflict. Please kindly check again and merge it. |
Initial HAL support for I2C